In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / SetPageBox Method

SetPageBox Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function SetPageBox( _

   ByVal PageBox As PdfPageBox, _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Right As Single, _

   ByVal Bottom As Single _

) As GdPictureStatus
public GdPictureStatus SetPageBox( 

   PdfPageBox PageBox,

   float Left,

   float Top,

   float Right,

   float Bottom

)
public function SetPageBox( 

    PageBox: PdfPageBox;

    Left: Single;

    Top: Single;

    Right: Single;

    Bottom: Single

): GdPictureStatus; 
public function SetPageBox( 

   PageBox : PdfPageBox,

   Left : float,

   Top : float,

   Right : float,

   Bottom : float

) : GdPictureStatus;
public: GdPictureStatus SetPageBox( 

   PdfPageBox PageBox,

   float Left,

   float Top,

   float Right,

   float Bottom

) 
public:

GdPictureStatus SetPageBox( 

   PdfPageBox PageBox,

   float Left,

   float Top,

   float Right,

   float Bottom

) 

Parameters

PageBox
Left
Top
Right
Bottom
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members